projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb3bc25
)
Add nullable return annotation to gtk_notebook_get_tab_label
author
Iñaki García Etxebarria
<garetxe@gmail.com>
Sat, 29 Apr 2017 11:08:26 +0000
(13:08 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 18 Jul 2017 19:07:49 +0000
(15:07 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=781935
gtk/gtknotebook.c
patch
|
blob
|
history
diff --git
a/gtk/gtknotebook.c
b/gtk/gtknotebook.c
index 94d62a4de587aa60b2abd92401997f2b95c7c0d8..e9223e0996899b4d513ed4428a835df798175c6f 100644
(file)
--- a/
gtk/gtknotebook.c
+++ b/
gtk/gtknotebook.c
@@
-6916,7
+6916,7
@@
gtk_notebook_popup_disable (GtkNotebook *notebook)
* %NULL is returned if @child is not in @notebook or
* if no tab label has specifically been set for @child.
*
- * Returns: (transfer none): the tab label
+ * Returns: (transfer none)
(nullable)
: the tab label
*/
GtkWidget *
gtk_notebook_get_tab_label (GtkNotebook *notebook,